home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra 07 & 08
/
pca1507.iso
/
Software
/
psp8
/
Data1.cab
/
customize_interface.swf
/
scripts
/
DefineButton2_51
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-22
|
284 b
|
9 lines
on(press){
_global.a = "dragging";
setProperty(_global.sli, _X, _xmouse);
_global.mov.gotoAndStop(Math.round((_global.sli._x - 60) / 520 * _global.mov._totalframes));
_global.pla.gotoAndStop(1);
startDrag(_global.sli,1,60,494,580,494);
updateAfterEvent();
}